|
SPRITE IMAGE
This command will return an integer value of the image number used by the specified sprite.
Return Integer=SPRITE IMAGE(Sprite Number)
Sprite Number
Integer
The sprite number
The command will return an integer value of the image number used by the specified sprite
The parameter should be specified using an integer value.
cls
load image "man.bmp",1
sprite 1,100,100,1
sprite 2,200,200,1
wait 1000*8
print "the sprite image number is "+str$(sprite image(1))
do
loop
end
SPRITE Commands Menu
Index
|